DoubleNINumericDoubleNLogicalExclusiveOr Method
Computes the bitwise logical exclusive OR, also known as the bitwise logical XOR, of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
DoubleN INumeric<DoubleN>.LogicalExclusiveOr(
DoubleN value
)
Private Function LogicalExclusiveOr (
value As DoubleN
) As DoubleN Implements INumeric(Of DoubleN).LogicalExclusiveOr
private:
virtual DoubleN LogicalExclusiveOr(
DoubleN value
) sealed = INumeric<DoubleN>::LogicalExclusiveOr
private abstract LogicalExclusiveOr :
value : DoubleN -> DoubleN
private override LogicalExclusiveOr :
value : DoubleN -> DoubleN
- value DoubleN
- The value with which to compute the logical exclusive OR.
DoubleNThe bitwise logical exclusive OR of the current value and
value.
INumericTSelfLogicalExclusiveOr(TSelf)